[POST] paymentStatus
/api/paymentStatus
PaymentStatusRequestDTO
Attributes:
Name | Type | Description |
---|---|---|
email |
str
|
email of the user |
payment_intent_id |
str
|
payment intent id to get the status of |
PaymentStatusResponseDTO
Attributes:
Name | Type | Description |
---|---|---|
payment_status |
str
|
status of the payment |
```